Platform Explorer / Nuxeo Platform 6.0

Operation Document.PopList (Pop Document List)

Description

Restore the last saved input document list in the context input stack
Operation id Document.PopList
Category Push & Pop
Label Pop Document List
Requires
Since

Parameters

No parameters.

Signature

Inputs void
Outputs documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.stack.PopDocumentList
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Document.PopList",
  "label" : "Pop Document List",
  "category" : "Push & Pop",
  "requires" : null,
  "description" : "Restore the last saved input document list in the context input stack",
  "url" : "Document.PopList",
  "signature" : [ "void", "documents" ],
  "params" : [ ]
}